From 1b171e812ea603c0a32940ce02891e7cd1d39adc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 16 Feb 2015 03:24:38 +0100 Subject: [PATCH] switch: Remove unused variables from private struct --- gtk/gtkswitch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 405fb87fb5..ad1790d3fc 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -68,8 +68,6 @@ struct _GtkSwitchPrivate gint handle_x; gint offset; - gint drag_start; - gint drag_threshold; gint64 start_time; gint64 end_time; guint tick_id; -- 2.30.2